Automations

API Commands

  • Version: 2.0.0
  • Official Verified

OpenBots commands for interacting with various API's. Supports RESTful API's, as well as methods from local DLL files.

OpenBots.Commands.API \ REST Execute File Download Command

Command: REST Execute File Download Command

This command calls a REST API with a specific HTTP method expecting a file download.

Parameters

Download URL

Provide the URL for the download.

Required

Request Headers (Optional)

Specify request headers.

Method Type

Select the necessary method type.

Required

Request Body Format

Select the necessary request format.

Required

Body Parameters

Specify request body parameters.

Required

Raw Data

Provide raw body data.

Required

Output Folder Path

Provide the folder path to save to.

Required

File Name

Enter or select the name of the file to save.

Required

Authentication Type

Select the necessary authenticator.

Required

Username

Provide the username required for authentication.

Required

Password

Provide the password required for authentication.

Required

Consumer Key

Provide the consumer key required for authentication.

Required

Consumer Secret

Provide the consumer secret required for authentication.

Required

Bearer Token

Provide the bearer token required for authentication.

Required

Query String Parameters (Optional)

Parameters to append to the request as a query string.

Verify SSL Certificate

Specify if SSL Certificate should be verified.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Remote (Optional)

Optional field to mark the command as remote in order to execute it on a remote machine.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command.

Logo